home *** CD-ROM | disk | FTP | other *** search
/ Java Programmer's Toolkit / Java Programmer's Toolkit.iso / applets / j_tools / readme.txt < prev    next >
Encoding:
Text File  |  1995-10-31  |  2.9 KB  |  72 lines

  1.                 J-TOOLS
  2.  
  3. J-tools is a software package which includes programs written on Java programming language. This 
  4. programs creates visual effects like blinking squares, moving  circles,  wave-like moving text e.t.c.
  5. J-tools could be used by HTML page designers and Web publishers to create high-impact documents.
  6. J-tools is freeware package, subject of  the license agreement.
  7.  
  8.  
  9.  
  10.                 LICENSE AGREEMENT
  11.  
  12. Permission is granted to use J-tools in any application, commercial or noncommercial, at no cost. 
  13. However, following note and link to Integris home page must be present on each HTML document which 
  14. use Java applets from this tools: 
  15. Java Applets on this page were designed by Integris Network Services. 
  16. ( Source code of your page must include the following text: "Java Applets on this page were designed by 
  17. <A HREF="http://www.crl.com/~integris">Integris Network Services</A>.") 
  18. If you would prefer not to attach this notice you will need to obtain Commercial License Agreement which 
  19. is available for one-time license fee of $499. 
  20. All distributions of J-tools must include Copyright and Disclaimer Notes as well as License Terms from 
  21. this document.
  22.  
  23.  
  24.  
  25.                 INSTALLATION
  26.  
  27. 1. Copy *.class files to a directory accessible from your WWW server 
  28. 2. .Add calls to Java applets to your pages. 
  29.  
  30. This is an example of a call to Java program which displays text with moving letters:
  31. <applet code=" RnbText.class " width=200 height=50> 
  32. <param name=text value="Integris"> 
  33. </applet> 
  34.  
  35. You can find more information and examples in *.html files included in this package.  Another  source 
  36. for up-to date information is http://www.crl.com/~integris/j-tools.htm page.
  37.  
  38.  
  39.  
  40.                 COPYRIGHT 
  41.  
  42. Copyright ╗ 1995 Integris Network Services, All rights reserved. This software is subject to the license 
  43. agreement set forth in the license. Please read and agree to all terms before using this software. 
  44. J-tools is a trademark of Integris Network Services. Netscape Communications, Netscape are trademarks 
  45. of Netscape Communications Corporation. Java is a trade mark of Sun Microsystems, Inc. 
  46.  
  47.  
  48.  
  49.                 DISCLAIMER NOTES 
  50.  
  51. INTEGRIS MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THIS SOFTWARE 
  52. FOR ANY PURPOSE. THE SOFTWARE IS PROVIDED 'AS IS' WITHOUT WARRANTIES OF ANY 
  53. KIND. THIS SOFTWARE IS PROVIDED GRATUITOUSLY AND, ACCORDINGLY, INTEGRIS 
  54. SHALL NOT BE LIABLE UNDER ANY THEORY OR ANY DAMAGES SUFFERED BY YOU OR 
  55. ANY USER OF THE SOFTWARE AND SHALL NOT BE LIABLE FOR INCIDENTAL, 
  56. CONSEQUENTIAL, SPECIAL OR INDIRECT DAMAGES OF ANY SORT, WHETHER ARISING IN 
  57. TORT, CONTRACT OR OTHERWISE, EVEN IF Integris HAS BEEN INFORMED OF THE 
  58. POSSIBILITY OF SUCH DAMAGES, OR FOR ANY CLAIM BY ANY OTHER PARTY. 
  59.  
  60.  
  61.  
  62.             CONTACT INFORMATION
  63.  
  64.      E-Mail: integris@crl.com 
  65.      CompuServe : 75207,2702 
  66.      Phone: (314) 779-6151 
  67.      FAX: (314) 863-4549 
  68.      Mail: 7574 Buckingham Dr., Clayton, MO 63105
  69.      WWW: http://www.crl.com/~integris/
  70.  
  71.  
  72.